10. Box Model Sizing
Box Model Sizing
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
Instructions: Finish the CSS to create this block element's box model.
.box-model {
width: 175px;
/* add CSS here */
}
Resources
- More about the
padding
property on MDN. - More about the
margin
property on MDN. - More about the
height
property on MDN.